home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / xpkarchive / readme.first next >
Text File  |  1995-03-09  |  3KB  |  92 lines

  1.  
  2.  
  3.  
  4.                             THE XPK-Archive Library
  5.                             =======================
  6.  
  7.                                    V 1.3
  8.  
  9.                            © 1994 by Matthias Meixner
  10.  
  11.  
  12.  
  13.  
  14.  TABLE OF CONTENTS
  15.  -----------------
  16.  
  17.  1. License
  18.  2. What is XPK-Archive Library
  19.  3. Installation
  20.  4. Programming
  21.  5. Contact address
  22.  
  23.  
  24.  1. License/Disclaimer
  25.  ------------------
  26.  
  27.  XpkArchive.library (C) Copyright 1994 by Matthias Meixner.
  28.  All rights reserved.
  29.  
  30.  This program is GIFTWARE which means that if you like the program you
  31.  should reward the author with a gift that, you think, matches his efforts.
  32.  
  33.    This library may be freely distributed with the XPK compression
  34.  package, as long as it is kept in its original, complete, and unmodified
  35.  form.  It may not be distributed by itself or in a commercial package of
  36.  any kind without my written permission. This also means the distribution
  37.  on cover disks, disk magazines etc.
  38.  
  39.    This program is distributed in the hope that it will be useful, but
  40.  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  41.  or FITNESS FOR A PARTICULAR PURPOSE.
  42.  
  43.  
  44.  
  45.  
  46.  2. What is the XPK-Archive Library
  47.  ----------------------------------
  48.  
  49.  The xpkarchive.library is the topmost level of the XPK-project. It features
  50.  file-archives much like the archives generated by lha, zoo or shrink. It
  51.  uses an advanced version of the IFF-CDAF file-format, which was introduced
  52.  by shrink and therefore supports file-generations (See xpkarchive.doc for
  53.  further information about generations). It is planned that there will be
  54.  support for other archive-formats as well, although they might not give you
  55.  this functionality. The xpkarchive.library uses the xpkmaster.library to
  56.  de-/compress the files in the archive and gives you the full advantages of
  57.  XPK.
  58.  
  59.  
  60.  3. Installation
  61.  ---------------
  62.  
  63.  Just copy the includefiles in your include directory and the library in the
  64.  LIBS: directory. (OK, you will not need to copy the includes, if you just
  65.  want to use the library and not program your own applications using this
  66.  library.)
  67.  
  68.  
  69.  4. Programming
  70.  --------------
  71.  
  72.  Supportfiles exist only for SAS yet, although you should be able to use
  73.  any compiler that supports the standard objectformat for link-libraries.
  74.  You will either use pragmas to get access to the functions or use the
  75.  link-library that contains the stub-routines.
  76.  
  77.  
  78.  5. Contact address
  79.  ------------------
  80.  
  81.  Send bug-reports and suggestions to
  82.  
  83.       meixner@rbg.informatik.th-darmstadt.de
  84.  
  85.  or
  86.  
  87.       Matthias Meixner
  88.       Sandberg 13
  89.       36145 Schwarzbach
  90.       Germany
  91.  
  92.